Einhugur Word Plugin for Xojo

EinhugurWord.SectionBreakTypes Enum

Type codes for section breaks.

enum EinhugurWord.SectionBreakTypes

Constants

None = 0No special section break rule.
Continuous = 1Begins the section on the next paragraph. Certain page-level section properties cannot be specified, as they are inherited from the previous section. IIf a footnote occurs of the same page as a section of this kind, the new section begins on the following page.
EvenPage = 2The section begins on the next even-numbered page, leaving the next odd page blank if necessary.
OddPage = 3The section begins on the next odd-numbered page, leaving the next odd page blank if necessary.
NextPage = 4The section begins on the following page.
NextColumn = 5The section begins on the following column on the page.